JMSetProxyInfo
Sets the proxy information for an existing session.
OSStatus JMSetProxyInfo ( JMSessionRef session, JMProxyType type, const JMProxyInfo* proxyInfo);
session
- The session whose proxy information you wish to set.
type
- The type of proxy you want to query. See "Session Security Indicators" for a list of possible values to pass.
proxyInfo
- A pointer to a proxy information structure containing the proxy information to set. For more information, see "Proxy Server Options".
- function result
- A result code; see "JManager Result Codes".
DISCUSSION
You may specify different proxy servers for HTTP, firewall, and FTP access.SEE ALSO
TheJMGetProxyInfo
function.